home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qwkq200.zip / QUOTE.DOC < prev    next >
Text File  |  1993-11-15  |  5KB  |  115 lines

  1.  
  2.                             QUOTE version 2.0
  3.                            "Quote of the Day"
  4.                               
  5.                            Copyright(c) 1993   
  6.                All Rights Reserved
  7.  
  8.                 BRAGWARE! -> Rick Bursey
  9.                            169 Montana Drive, Apt. 4
  10.                Stephenville, NF.
  11.                A2N 2T4
  12.                Canada
  13.                Internet: ap374@freenet.carleton.ca
  14.             
  15.  
  16.  
  17.  Disclaimer
  18.  ----------
  19.   I claim no responsibility for any damages or losses caused by the use or 
  20. misuse of this program. It is being distributed "as is" with no warranty of 
  21. any kind being expressed or implied. The user agrees to these terms by the
  22. use of this program.
  23.  
  24.  Introduction
  25.  ------------
  26.   QUOTE will display a different one line quote each time it's executed. It 
  27. will pick a quote at random from a data file of one liners.
  28.  
  29.  Directions
  30.  ----------
  31.  *FIRST*
  32.  =======
  33.  Before you attempt to run QUOTE you must first convert the included text file
  34. into a QUOTE type data file. To convert the QUOTES.TXT file into QUOTES.DAT,
  35. you must use the included QCONVERT utility.
  36. Syntax for QConvert is:
  37.        QConvert [switches] <in_file> [out_file]
  38.  Where :
  39.        /?         = Help.
  40.        /snn       = Add/Remove nn lines to/from files.
  41.        /t         = Convert a Quote type data file into a text file.
  42.        <in_file>  = The name (including path) of the file to convert.
  43.        [out_file] = The name of the output file. If making a data file,
  44.                     QUOTES.DAT is created by default. If making a text file,
  45.                     QUOTES.TXT is created by default.
  46.                     You may give the output files any names you choose.
  47.        All switches are optional.
  48.  
  49.  Any text file can be converted into a QUOTE type data file as long as each 
  50. line in this file is no longer than 65 characters. Many different off-line 
  51. mail readers allow you to have different tagline files for different 
  52. conferences. You can create a QUOTE type data file for each one of these files.
  53.  
  54.  Once you have a 'QUOTE' type data file created you can then use the Quote
  55. program itself to display them.
  56. The syntax for Quote is:
  57.                    Quote [switches] <in_file>
  58.  Where switches are:
  59.                    /?   = help
  60.                    /tnn = display the Quote window nn seconds. 10 max.
  61.  All switches are optional.
  62.  
  63.  Thats all there is to it. The best place to put QUOTE is in a directory in
  64. your path. That way you can call up the program from any directory in your
  65. system. To have QUOTE display a different quote each time you boot your 
  66. computer is to include the following line in your AUTOEXEC.BAT file:
  67.   QUOTE C:\WHATEVER\QUOTES.DAT
  68.  Where \WHATEVER is the directory where you have your data file located.
  69.  
  70.  About Shareware
  71.  ---------------
  72.  QUOTE is being distributed as Shareware, as such you may "try before you buy"
  73. . Shareware is NOT free software. You are licensed to operate the Shareware
  74. distribution copy on a trial basis of 30 days. Then if you like it and make 
  75. regular use of it, you are required to pay for it.
  76.  If you find this program of value and continue to use it, please show your 
  77. support and send along a small registration fee of $10.00. For your 
  78. registration fee you'll get a key file to turn the SHAREWARE version into a
  79. personalized copy. Also this key file will work on ALL future versions of
  80. QUOTE, so you'll always have a 'registered' version. If you find a version of
  81. QUOTE out there that has a later version number than the one you have, get it
  82. because your key file will work on that version. 
  83.  
  84.  Files in this Archive
  85.  ---------------------
  86.  FILE_ID.DIZ  - BBS archive discription file.
  87.  FIRST.BAT    - a quick QUOTES.TXT to QUOTES.DAT converter
  88.  ORDER.FRM    - a registration order form.
  89.  QCONVERT.EXE - utility to convert text files into Quote format.
  90.  QUOTES.BAT   - sample batch file to call Quote.
  91.  QUOTE.DOC    - this file.
  92.  QUOTE.EXE    - the Quote executable file.
  93.  QUOTES.TXT   - the data file containing the quotes in text form.
  94.  READER.EXE   - a free file displaying utility.
  95.  README.1ST   - a short message telling you to use the QConvert utility
  96.                 before attempting to run QUOTE for the first time.
  97.  VENDOR.DOC   - a notice to shareware vendors.
  98.  
  99.  History
  100.  -------
  101.  04/26/93 - version 1.00
  102.             Initial public release.
  103.  08/28/93 - version 1.21
  104.             Added count-down meters to the display and fixed up the code
  105.             a little.
  106.  11/15/93 - version 2.00
  107.             Added:
  108.             The '/t ' option to set the amount of time the display window 
  109.             will appear on the screen. 
  110.             QCONVERT utility to convert the straight text files that were 
  111.             used in version 1.x into a faster format for speed reasons.
  112.             READER.EXE to make it easier to view text files.
  113.  
  114.  
  115.